home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / asm / thesrc4a.readme < prev    next >
Text File  |  1993-03-28  |  5KB  |  89 lines

  1. Short: Programmer's utility disk, vol 4.
  2.  
  3. Text (dir)
  4.         book.txt                        3D Programming Reference.
  5.         ExecutionTimes.txt              Execution times for all of the 
  6.                                         MC68000 instructions.  Very good. :)
  7.         howtocode5.txt                  The fifth episode in the howtocode
  8.                                         series.
  9.         SuggestedReading.txt            Suggested reading for demo coders.
  10.  
  11. Source (dir)
  12.   DavidJoiner (dir)
  13.         talinasm.lha                    Source code from David Joiner, who
  14.                                         wrote "Faery Tale Adventure".
  15.   BullFrog (dir)
  16.         bullfrog.lha                    Asm source from the makers of
  17.                                         "Populous" I & II.
  18.   Vectors (dir)
  19.         3dcore.lha                      Semi-interesting code for vector
  20.                                         operations (Atari ST).
  21.         3rdRoot.lha                     How to calcute the 3rd root of a
  22.                                         number (quickly).
  23.         ArcCos.lha                      Find the arc-cosine of a given angle.
  24.         Bmaps.lha                       Info about how to do texture mapping.
  25.         Deform.lha                      How to correctly deform a polygon
  26.                                         mesh sphere when 'pressure' is
  27.                                         applied.
  28.         DrawLines.lha                   How to correctly draw polygons to be
  29.                                         filled.
  30.         fft.lha                         Fourier Transformations.
  31.         FixedPoint.lha                  Info about fixed point math.
  32.         Illum.lha                       Shows how to do various illumination
  33.                                         models.
  34.         plot.lha                        Fast Pset routine.
  35.         PointInPoly.lha                 C code to determine if a point is
  36.                                         within a given polygon.
  37.         QuadToSquare.lha                Map points inside a four sided
  38.                                         polygon to a square.
  39.         Reflect.lha                     Determine how much of a beam of light
  40.                                         is reflected and refracted by a
  41.                                         surface.
  42.         Shade2Obj.lha                   Takes a picture of shaded polygons
  43.                                         and converts it to a 'depth map'.
  44.         TDDDConv.lha                    Code to convert TDDD (Imagine) format
  45.                                         objects to other formats.
  46.         tmapdemo.lha                    Chris Green's 'stomachy' AGA texture
  47.                                         mapping demo.
  48.         VectorComp.lha                  How to find the magnitude and
  49.                                         direction of a given vector.
  50.         voronoi.lha                     Compute Voronoi diagram and
  51.                                         Delaunay triangulation.
  52.   StartUpCode (dir)
  53.         Cache.lha                       Cache-Bashing code.  Shut Off, Turn
  54.                                         On, and Clear.
  55.         custom.i                        New 'fixed' version of custom.i
  56.                                         include file.
  57.         StartUp.S                       Safe Take and Restore system
  58.                                         routines (new version).
  59.         wb_startup.i                    Include file to make your program
  60.                                         startable from Workbench.
  61.   misc (dir)
  62.         3Buttons.lha                    Access all three and 'start' buttons
  63.                                         on a Sega joystick.
  64.         juliasrc.lha                    Bootblock code that generates
  65.                                         pictures of the Julia Set.
  66.         Random.lha                      Random number generator code.
  67.   Scroll (dir)
  68.         BlockScroll.lha                 Large area scroller by Perplex/PMC.
  69.   Plasma (dir)
  70.         GlobalTrash.lha                 Source code from the plasma part in
  71.                                         Global Trash by Silents.
  72.   Awesome (dir)
  73.         Awesome.lha                     'Fixed' source code to the Awesome
  74.                                         demo.
  75.  
  76. Utilities (dir)
  77.         BootJob.lha                     Bootblock utility.
  78.         copdis.lha                      Copperlist disassembler that knows
  79.                                         the AGA registers.
  80.         d2asm.lha                       Replaces constant divides with shifts.
  81.         ObEd_V1.02.lha                  New version of Object Editor.
  82.         opmod4.lha                      Module Optimizer.
  83.         Relocate.lha                    Move source file and it's needed
  84.                                         includes to a new location.
  85.         S-Text.lha                      Compresses text files and makes them
  86.                                         executable.
  87.         sekaconvert.lha                 Makes seka code assemble with other
  88.                                         assemblers.
  89.